Skip to content

Conversation

@saysjonathan
Copy link
Contributor

This patch adds the 'g' option to getopts.

-while getopts "o:s:d:tnw:f" options; do
+while getopts "o:s:d:tnw:fg" options; do
case $options in
o ) OUTFILE=$OPTARG;;
d ) WORKDIR=$OPTARG;;

@ripienaar
Copy link
Contributor

Thanks, I've merged this one.

@hunner
Copy link
Contributor

hunner commented Mar 22, 2018

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants